xl: match output of vcpu-list with pinning syntax
authorDario Faggioli <dario.faggioli@citrix.com>
Sat, 7 Dec 2013 00:04:32 +0000 (01:04 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 9 Dec 2013 15:19:51 +0000 (15:19 +0000)
commit700810c7c845a6bb0c15351e5d1c3c60fc74f6fc
tree0b030f15cb41a96dc5e0e451134a09c8656bdfa6
parent7dd4f9da063cb2cd43426c785535534c9d958ce5
xl: match output of vcpu-list with pinning syntax

in fact, pinning to all the pcpus happens by specifying "all"
(either on the command line or in the config file), while `xl
vcpu-list' report it as "any cpu".

Change this into something more consistent, by using "all"
everywhere.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c